LOOPINDEX

 

Description

Counts the number of times a loop passes through a set configuration and can return the index value.  This is a zero based counter that is used and maintained by the system.  This should be used inside MATHLOOP MathVariable. 

 

TYPE = IIF

Element

Attributes

Attribute Value

Element Value

<MathVariable>

TYPE

LOOPINDEX

There is no element value needed.

SOURCEARRAY

The MATHLOOP MathVariable name you are indexing. 

 

 

XML Example

<MathVariable VARIABLENAME="Segments_index" TYPE="LOOPINDEX" SOURCEARRAY="Segments" DATATYPE="INTEGER"></MathVariable>